home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #9 / K-CD-9-2002.ISO / JASC After Shot / af100evp.exe / Data1.cab / single.xsl2 < prev    next >
Encoding:
Extensible Markup Language  |  2002-02-11  |  5.4 KB  |  124 lines

  1. <?xml version="1.0"?>
  2. <!-- Copyright (C) 1995-2002 Jasc Software, Inc. and its licensors. -->
  3. <!-- All rights reserved. -->
  4. <!DOCTYPE xsl:stylesheet [
  5.     <!ENTITY externalScript SYSTEM "../ScriptLib/common.xsl">
  6. ]>
  7. <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
  8.  &externalScript;
  9.     <xsl:template match="/">
  10.         <HTML>
  11.             <xsl:apply-templates/>
  12.         </HTML>
  13.     </xsl:template>
  14.     <xsl:template match="photos">
  15.         <xsl:apply-templates/>
  16.     </xsl:template>
  17.     <xsl:template match="album">
  18.         <xsl:apply-templates select="imagelist"/>
  19.     </xsl:template>
  20.     <xsl:template match="imagelist">
  21.         <xsl:apply-templates select="imageinfo"/>
  22.     </xsl:template>
  23.     <xsl:template match="imageinfo">
  24.         <xsl:element name="ixfile">
  25.             <xsl:attribute name="fname"><xsl:value-of select="html_info/@fname"/></xsl:attribute>
  26.             <head>
  27.         <title>
  28. <xsl:eval>GetAlbumTitle()</xsl:eval>
  29.  
  30. </title>
  31.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  32.         <meta name="copyright" content="Copyright (C) 1995-2002 Jasc Software, Inc. and its licensors. All rights reserved."/>
  33.         
  34.     </head>            
  35.     <BODY bgcolor="#CCFFFF">
  36.                 <table width="800" border="5" cellspacing="5" cellpadding="0" bordercolor="#639AFF" bgcolor="#000000">
  37.                     <tr>
  38.                         <td width="425" valign="top" bgcolor="#FFFFFF"><div align="center"><h1><font face="Matura MT Script Capitals" color="#639AFF"><xsl:eval>GetAlbumTitle()</xsl:eval><img src="animations/animatedcar.gif" width="425" height="46" vspace="0" hspace="0" border="0"/></font></h1></div></td>
  39.                         <td width="375" bgcolor="#FFFFFF"><div align="right"><img src="graphics/carsales.gif" width="167" height="90"/></div></td>
  40.                     </tr>
  41.                     <tr>
  42.                         <td colspan="2"><div align="center"><table width="800" border="0" cellspacing="4" cellpadding="0" bgcolor="#639AFF">
  43.                                     <tr>
  44.                                         <td width="160" valign="top" height="20"><div align="center"><b><font face="Times New Roman, Times, serif" size="2" color="#000000">Vehicle Information</font></b></div></td>
  45.                                         <td width="660" valign="top" rowspan="5"><div align="left"><IMG border="3"><xsl:attribute name="src"><xsl:value-of select="@fname"/></xsl:attribute><xsl:attribute name="width"><xsl:value-of select="imagesize/@width"/></xsl:attribute>
  46.                         <xsl:attribute name="height"><xsl:value-of select="imagesize/@height"/></xsl:attribute>
  47.                         <xsl:attribute name="alt"><xsl:value-of select="title"/></xsl:attribute></IMG></div></td>
  48.                                     </tr>
  49.                                     <tr>
  50.                                         <td valign="top" height="20"><font face="Times New Roman, Times, serif" size="2" color="#000000"><b>Title:</b><br kludge=""/>
  51.                                                 <xsl:value-of select="title"/>
  52.                                                 <br kludge=""/></font></td>
  53.                                     </tr>
  54.                                     <tr>
  55.                                         <td valign="top" height="300"><font face="Times New Roman, Times, serif" size="2" color="#000000">
  56.                                                 <br kludge=""/>
  57.                                                 <b>Information:</b> <xsl:choose>
  58.                                                             <xsl:when test="audio_info/@fname[. != '']">
  59.                                                                 <div align="left"><xsl:apply-templates select="audio_info"/></div>
  60.                                                             </xsl:when>
  61.                                                             <xsl:otherwise>
  62.                                                                 <div align="left"><img border="0" src="graphics/transparenth120.gif" width="1" height="1"/></div>
  63.                                                             </xsl:otherwise>
  64.                                                         </xsl:choose><xsl:choose>
  65.                                                     <xsl:when test="movie_info/@fname[. != '']">
  66.                                                         <div align="left"><xsl:apply-templates select="movie_info"/></div>
  67.                                                     </xsl:when>
  68.                                                     <xsl:otherwise>
  69.                                                         <div align="left"><img border="0" src="graphics/transparenth120.gif" width="1" height="1"/></div>
  70.                                                     </xsl:otherwise>
  71.                                                 </xsl:choose>
  72.  
  73.                                                 <br kludge=""/>
  74.                                                 <xsl:value-of select="description"/></font></td>
  75.                                     </tr>
  76.                                     <tr>
  77.                                         <td valign="bottom"><table width="180" border="0" cellspacing="4" cellpadding="0">
  78.                                                 <tr>
  79.                                                     <td width="90"><div align="center"><font face="Arial, Helvetica, sans-serif" size="2" color="#639AFF"><xsl:apply-templates select="previous"/></font></div></td>
  80.                                                     <td width="90"><div align="center"><font face="Arial, Helvetica, sans-serif" size="2" color="#639AFF">
  81.                                                                 <xsl:apply-templates select="next"/></font></div></td>
  82.                                                 </tr>
  83.                                             </table></td>
  84.                                     </tr>
  85.                                 </table></div></td>
  86.                     </tr>
  87.                     
  88.                 </table>
  89.             </BODY>
  90.         </xsl:element>
  91.     </xsl:template>
  92.     
  93.  
  94.     <xsl:template match="previous">
  95.         <xsl:value-of/>
  96.         <xsl:choose>
  97.             <xsl:when match="previous[@fname != '']">
  98.                 <A><xsl:attribute name="href"><xsl:value-of select="@fname"/></xsl:attribute>Previous</A>
  99.             </xsl:when>
  100.             <xsl:otherwise>Previous</xsl:otherwise>
  101.         </xsl:choose>
  102.     </xsl:template>
  103.     <xsl:template match="next">
  104.         <xsl:value-of/>
  105.         <xsl:choose>
  106.             <xsl:when match="next[@fname != '']">
  107.                 <A><xsl:attribute name="href"><xsl:value-of select="@fname"/></xsl:attribute>Next</A>
  108.             </xsl:when>
  109.             <xsl:otherwise>Next</xsl:otherwise>
  110.         </xsl:choose>
  111.     </xsl:template>
  112.     <xsl:template match="audio_info">
  113.         <xsl:if match="audio_info[@fname != '']">
  114.             <A><xsl:attribute name="href"><xsl:value-of select="@fname"/></xsl:attribute>
  115.                 <img border="0" src="graphics/sound.gif"/></A>
  116.         </xsl:if>
  117.     </xsl:template>
  118.     <xsl:template match="movie_info">
  119.         <A><xsl:attribute name="href"><xsl:value-of select="@fname"/></xsl:attribute>
  120.             <img border="0" src="graphics/movie.gif" width="24" height="28"/></A>
  121.     </xsl:template>
  122.  
  123. </xsl:stylesheet>
  124.